projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9c7a0
)
vc-hg.el: Silence byte compiler warning
author
Philipp Stephani
<phst@google.com>
Tue, 23 May 2017 19:23:55 +0000
(21:23 +0200)
committer
Philipp Stephani
<phst@google.com>
Tue, 23 May 2017 19:23:55 +0000
(21:23 +0200)
* lisp/vc/vc-hg.el (compilation-arguments): Forward-declare.
lisp/vc/vc-hg.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-hg.el
b/lisp/vc/vc-hg.el
index ef7afd37268e1d9e91b5c6b356442dca8b4c6441..4be529624a40e67aaf3b281d913207c68e1ac7a8 100644
(file)
--- a/
lisp/vc/vc-hg.el
+++ b/
lisp/vc/vc-hg.el
@@
-1303,6
+1303,7
@@
REV is the revision to check out into WORKFILE."
(autoload 'vc-do-async-command "vc-dispatcher")
(autoload 'log-view-get-marked "log-view")
(defvar compilation-directory)
+(defvar compilation-arguments) ; defined in compile.el
(defun vc-hg--pushpull (command prompt &optional obsolete)
"Run COMMAND (a string; either push or pull) on the current Hg branch.